﻿2026-06-05T02:56:43.0988059Z Current runner version: '2.334.0'
2026-06-05T02:56:43.0997100Z Runner name: 'gravity'
2026-06-05T02:56:43.0998248Z Runner group name: 'Default'
2026-06-05T02:56:43.0999762Z Machine name: 'gravity-linux'
2026-06-05T02:56:43.1003768Z ##[group]GITHUB_TOKEN Permissions
2026-06-05T02:56:43.1008172Z Contents: read
2026-06-05T02:56:43.1008976Z Metadata: read
2026-06-05T02:56:43.1009803Z Packages: read
2026-06-05T02:56:43.1010712Z ##[endgroup]
2026-06-05T02:56:43.1014472Z Secret source: Actions
2026-06-05T02:56:43.1015758Z Prepare workflow directory
2026-06-05T02:56:43.1775926Z Prepare all required actions
2026-06-05T02:56:43.1835363Z Getting action download info
2026-06-05T02:56:43.7595926Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-05T02:56:44.6510483Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-05T02:56:44.7862516Z ##[group]Run actions/checkout@v5
2026-06-05T02:56:44.7864046Z with:
2026-06-05T02:56:44.7864699Z   repository: SaberMage/spt-core
2026-06-05T02:56:44.7871489Z   token: ***
2026-06-05T02:56:44.7872132Z   ssh-strict: true
2026-06-05T02:56:44.7872759Z   ssh-user: git
2026-06-05T02:56:44.7873410Z   persist-credentials: true
2026-06-05T02:56:44.7874120Z   clean: true
2026-06-05T02:56:44.7874755Z   sparse-checkout-cone-mode: true
2026-06-05T02:56:44.7875507Z   fetch-depth: 1
2026-06-05T02:56:44.7876122Z   fetch-tags: false
2026-06-05T02:56:44.7876766Z   show-progress: true
2026-06-05T02:56:44.7877412Z   lfs: false
2026-06-05T02:56:44.7878039Z   submodules: false
2026-06-05T02:56:44.7878702Z   set-safe-directory: true
2026-06-05T02:56:44.7880028Z ##[endgroup]
2026-06-05T02:56:44.9406679Z Syncing repository: SaberMage/spt-core
2026-06-05T02:56:44.9410546Z ##[group]Getting Git version info
2026-06-05T02:56:44.9411812Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T02:56:44.9413644Z [command]/usr/bin/git version
2026-06-05T02:56:44.9422300Z git version 2.34.1
2026-06-05T02:56:44.9452794Z ##[endgroup]
2026-06-05T02:56:44.9468836Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/0b13f2d7-034c-418b-a837-e516e9f12aaf/.gitconfig'
2026-06-05T02:56:44.9492401Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/0b13f2d7-034c-418b-a837-e516e9f12aaf' before making global git config changes
2026-06-05T02:56:44.9494681Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T02:56:44.9499117Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T02:56:44.9552298Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T02:56:44.9582733Z https://github.com/SaberMage/spt-core
2026-06-05T02:56:44.9600401Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T02:56:44.9607048Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T02:56:44.9636961Z refs/heads/dev-freeform
2026-06-05T02:56:44.9654328Z [command]/usr/bin/git checkout --detach
2026-06-05T02:56:44.9713784Z HEAD is now at 1ea2a35 docs(plan): M5-D7 JIT plan — carried infra; close D6 plan [twohost]
2026-06-05T02:56:44.9778704Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-05T02:56:44.9816269Z Deleted branch dev-freeform (was 1ea2a35).
2026-06-05T02:56:44.9865554Z ##[endgroup]
2026-06-05T02:56:44.9869944Z [command]/usr/bin/git submodule status
2026-06-05T02:56:45.0112751Z ##[group]Cleaning the repository
2026-06-05T02:56:45.0117415Z [command]/usr/bin/git clean -ffdx
2026-06-05T02:56:45.0156363Z Removing traceable-reqs
2026-06-05T02:56:45.0167895Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T02:56:45.0226807Z HEAD is now at 1ea2a35 docs(plan): M5-D7 JIT plan — carried infra; close D6 plan [twohost]
2026-06-05T02:56:45.0233364Z ##[endgroup]
2026-06-05T02:56:45.0236490Z ##[group]Disabling automatic garbage collection
2026-06-05T02:56:45.0242424Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T02:56:45.0282050Z ##[endgroup]
2026-06-05T02:56:45.0283891Z ##[group]Setting up auth
2026-06-05T02:56:45.0293295Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T02:56:45.0336443Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T02:56:45.0610928Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T02:56:45.0649898Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T02:56:45.0893698Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T02:56:45.0935485Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T02:56:45.1180028Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T02:56:45.1243760Z ##[endgroup]
2026-06-05T02:56:45.1245005Z ##[group]Fetching the repository
2026-06-05T02:56:45.1256823Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1ea2a35c868cf1e958918cd968ed4974265a53b3:refs/remotes/origin/dev-freeform
2026-06-05T02:56:45.6605550Z ##[endgroup]
2026-06-05T02:56:45.6607430Z ##[group]Determining the checkout info
2026-06-05T02:56:45.6609606Z ##[endgroup]
2026-06-05T02:56:45.6625650Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T02:56:45.6776941Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T02:56:45.6782333Z ##[group]Checking out the ref
2026-06-05T02:56:45.6784970Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T02:56:45.6787776Z Switched to a new branch 'dev-freeform'
2026-06-05T02:56:45.6790199Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-05T02:56:45.6800573Z ##[endgroup]
2026-06-05T02:56:45.6844258Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T02:56:45.6878542Z 1ea2a35c868cf1e958918cd968ed4974265a53b3
2026-06-05T02:56:45.7203598Z ##[group]Run cargo build --workspace --all-targets
2026-06-05T02:56:45.7205559Z [36;1mcargo build --workspace --all-targets[0m
2026-06-05T02:56:45.7233902Z shell: /usr/bin/bash -e {0}
2026-06-05T02:56:45.7235179Z ##[endgroup]
2026-06-05T02:56:46.2419765Z    Compiling proc-macro2 v1.0.106
2026-06-05T02:56:46.2435139Z    Compiling unicode-ident v1.0.24
2026-06-05T02:56:46.2436997Z    Compiling quote v1.0.45
2026-06-05T02:56:46.2438449Z    Compiling libc v0.2.186
2026-06-05T02:56:46.3500607Z    Compiling serde_core v1.0.228
2026-06-05T02:56:46.5503222Z    Compiling cfg-if v1.0.4
2026-06-05T02:56:46.5991857Z    Compiling serde v1.0.228
2026-06-05T02:56:46.8881496Z    Compiling typenum v1.20.1
2026-06-05T02:56:48.2691472Z    Compiling version_check v0.9.5
2026-06-05T02:56:48.4011261Z    Compiling syn v2.0.117
2026-06-05T02:56:48.7021079Z    Compiling portable-atomic v1.13.1
2026-06-05T02:56:49.2593989Z    Compiling critical-section v1.2.0
2026-06-05T02:56:49.3321809Z    Compiling memchr v2.8.1
2026-06-05T02:56:49.4987530Z    Compiling subtle v2.6.1
2026-06-05T02:56:49.6761128Z    Compiling generic-array v0.14.7
2026-06-05T02:56:49.8046835Z    Compiling semver v1.0.28
2026-06-05T02:56:50.2172654Z    Compiling rustc_version v0.4.1
2026-06-05T02:56:50.6121125Z    Compiling smallvec v1.15.1
2026-06-05T02:56:50.8690900Z    Compiling shlex v2.0.1
2026-06-05T02:56:51.0780816Z    Compiling find-msvc-tools v0.1.9
2026-06-05T02:56:51.1851043Z    Compiling itoa v1.0.18
2026-06-05T02:56:51.3461223Z    Compiling cc v1.2.63
2026-06-05T02:56:51.3846232Z    Compiling equivalent v1.0.2
2026-06-05T02:56:51.4282846Z    Compiling crypto-common v0.1.7
2026-06-05T02:56:51.4286934Z    Compiling pin-project-lite v0.2.17
2026-06-05T02:56:51.4860730Z    Compiling getrandom v0.2.17
2026-06-05T02:56:51.5230928Z    Compiling cpufeatures v0.2.17
2026-06-05T02:56:51.5691005Z    Compiling log v0.4.30
2026-06-05T02:56:51.6734349Z    Compiling hashbrown v0.17.1
2026-06-05T02:56:51.8060062Z    Compiling bytes v1.11.1
2026-06-05T02:56:52.6293965Z    Compiling indexmap v2.14.0
2026-06-05T02:56:52.8350678Z    Compiling futures-core v0.3.32
2026-06-05T02:56:52.9590850Z    Compiling bitflags v2.11.1
2026-06-05T02:56:53.2090575Z    Compiling rand_core v0.10.1
2026-06-05T02:56:53.3790734Z    Compiling socket2 v0.6.4
2026-06-05T02:56:53.6969954Z    Compiling getrandom v0.4.2
2026-06-05T02:56:53.8122143Z    Compiling block-buffer v0.10.4
2026-06-05T02:56:53.8770786Z    Compiling mio v1.2.1
2026-06-05T02:56:53.9420487Z    Compiling stable_deref_trait v1.2.1
2026-06-05T02:56:53.9840684Z    Compiling digest v0.10.7
2026-06-05T02:56:54.2620617Z    Compiling slab v0.4.12
2026-06-05T02:56:54.3230717Z    Compiling futures-io v0.3.32
2026-06-05T02:56:54.4577226Z    Compiling futures-sink v0.3.32
2026-06-05T02:56:54.4660578Z    Compiling futures-task v0.3.32
2026-06-05T02:56:54.5440745Z    Compiling futures-channel v0.3.32
2026-06-05T02:56:54.5970651Z    Compiling curve25519-dalek v4.1.3
2026-06-05T02:56:54.6443183Z    Compiling zerocopy v0.8.50
2026-06-05T02:56:54.7629393Z    Compiling synstructure v0.13.2
2026-06-05T02:56:54.9100429Z    Compiling rand_core v0.6.4
2026-06-05T02:56:55.0439136Z    Compiling ahash v0.8.12
2026-06-05T02:56:55.1970510Z    Compiling sha2 v0.10.9
2026-06-05T02:56:55.5961656Z    Compiling vcpkg v0.2.15
2026-06-05T02:56:55.7100683Z    Compiling signature v2.2.0
2026-06-05T02:56:55.8070329Z    Compiling pkg-config v0.3.33
2026-06-05T02:56:56.5591782Z    Compiling fnv v1.0.7
2026-06-05T02:56:56.5800741Z    Compiling libsqlite3-sys v0.30.1
2026-06-05T02:56:56.6180742Z    Compiling ed25519 v2.2.3
2026-06-05T02:56:56.7841598Z    Compiling autocfg v1.5.1
2026-06-05T02:56:56.8808262Z    Compiling zmij v1.0.21
2026-06-05T02:56:57.3420739Z    Compiling serde_json v1.0.150
2026-06-05T02:56:57.4140786Z    Compiling serde_derive v1.0.228
2026-06-05T02:56:57.4780272Z    Compiling zeroize_derive v1.4.3
2026-06-05T02:56:58.1171010Z    Compiling zeroize v1.8.2
2026-06-05T02:56:58.2910919Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-05T02:56:58.9861885Z    Compiling tokio-macros v2.7.0
2026-06-05T02:56:59.8090687Z    Compiling tokio v1.52.3
2026-06-05T02:57:01.3408174Z    Compiling zerofrom-derive v0.1.7
2026-06-05T02:57:03.1190614Z    Compiling futures-macro v0.3.32
2026-06-05T02:57:04.1503915Z    Compiling futures-util v0.3.32
2026-06-05T02:57:04.3951190Z    Compiling once_cell v1.21.4
2026-06-05T02:57:04.6450766Z    Compiling zerofrom v0.1.8
2026-06-05T02:57:04.7620289Z    Compiling yoke-derive v0.8.2
2026-06-05T02:57:06.2583143Z    Compiling yoke v0.8.2
2026-06-05T02:57:06.4900349Z    Compiling zerovec-derive v0.11.3
2026-06-05T02:57:08.0510505Z    Compiling zerovec v0.11.6
2026-06-05T02:57:08.8456451Z    Compiling displaydoc v0.2.6
2026-06-05T02:57:09.1690820Z    Compiling hashbrown v0.14.5
2026-06-05T02:57:09.5210760Z    Compiling fastrand v2.4.1
2026-06-05T02:57:09.7393421Z    Compiling cfg_aliases v0.2.1
2026-06-05T02:57:09.7840664Z    Compiling tinystr v0.8.3
2026-06-05T02:57:10.0260617Z    Compiling tracing-core v0.1.36
2026-06-05T02:57:10.0906438Z    Compiling hashlink v0.9.1
2026-06-05T02:57:10.1240667Z    Compiling tracing-attributes v0.1.31
2026-06-05T02:57:10.5470501Z    Compiling ed25519-dalek v2.2.0
2026-06-05T02:57:10.8724233Z    Compiling fallible-iterator v0.3.0
2026-06-05T02:57:10.8870552Z    Compiling litemap v0.8.2
2026-06-05T02:57:11.1256637Z    Compiling rustversion v1.0.22
2026-06-05T02:57:11.1910646Z    Compiling writeable v0.6.3
2026-06-05T02:57:11.4040981Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-05T02:57:11.4430739Z    Compiling icu_locale_core v2.2.0
2026-06-05T02:57:11.5550989Z    Compiling rusqlite v0.32.1
2026-06-05T02:57:11.9760578Z    Compiling tracing v0.1.44
2026-06-05T02:57:12.3100750Z    Compiling spt-proto v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-05T02:57:13.2450742Z    Compiling zerotrie v0.2.4
2026-06-05T02:57:13.3350747Z    Compiling potential_utf v0.1.5
2026-06-05T02:57:13.3553467Z    Compiling icu_properties_data v2.2.0
2026-06-05T02:57:13.4400698Z    Compiling utf8_iter v1.0.4
2026-06-05T02:57:13.4768738Z    Compiling icu_normalizer_data v2.2.0
2026-06-05T02:57:13.5678385Z    Compiling icu_collections v2.2.0
2026-06-05T02:57:13.6016395Z    Compiling icu_provider v2.2.0
2026-06-05T02:57:13.6370686Z    Compiling tokio-util v0.7.18
2026-06-05T02:57:14.0228955Z    Compiling anyhow v1.0.102
2026-06-05T02:57:14.3111278Z    Compiling spt-store v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-05T02:57:14.3878513Z    Compiling percent-encoding v2.3.2
2026-06-05T02:57:14.5710343Z    Compiling icu_properties v2.2.0
2026-06-05T02:57:14.8475969Z    Compiling icu_normalizer v2.2.0
2026-06-05T02:57:15.2680191Z    Compiling ring v0.17.14
2026-06-05T02:57:15.6870602Z    Compiling http v1.4.1
2026-06-05T02:57:15.8489571Z    Compiling thiserror v2.0.18
2026-06-05T02:57:16.1856824Z    Compiling strsim v0.11.1
2026-06-05T02:57:16.6200544Z    Compiling cpufeatures v0.3.0
2026-06-05T02:57:16.6640677Z    Compiling idna_adapter v1.2.2
2026-06-05T02:57:16.8452752Z    Compiling rustls-pki-types v1.14.1
2026-06-05T02:57:17.3385770Z    Compiling spt-msg v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-05T02:57:17.5197063Z    Compiling thiserror-impl v2.0.18
2026-06-05T02:57:17.8820588Z    Compiling idna v1.1.0
2026-06-05T02:57:18.8400399Z    Compiling chacha20 v0.10.0
2026-06-05T02:57:19.1669304Z    Compiling form_urlencoded v1.2.2
2026-06-05T02:57:19.3138639Z    Compiling ipnet v2.12.0
2026-06-05T02:57:19.3380478Z    Compiling untrusted v0.9.0
2026-06-05T02:57:19.4292901Z    Compiling ident_case v1.0.1
2026-06-05T02:57:19.5060568Z    Compiling darling_core v0.20.11
2026-06-05T02:57:19.9748041Z    Compiling url v2.5.8
2026-06-05T02:57:19.9800738Z    Compiling rand v0.10.1
2026-06-05T02:57:21.0395960Z    Compiling scopeguard v1.2.0
2026-06-05T02:57:21.1046265Z    Compiling unicode-segmentation v1.13.3
2026-06-05T02:57:21.2760599Z    Compiling rustls v0.23.40
2026-06-05T02:57:21.3901396Z    Compiling lock_api v0.4.14
2026-06-05T02:57:21.7190291Z    Compiling convert_case v0.10.0
2026-06-05T02:57:21.7390954Z    Compiling atomic-waker v1.1.2
2026-06-05T02:57:21.8190501Z    Compiling unicode-xid v0.2.6
2026-06-05T02:57:21.9010378Z    Compiling const-oid v0.10.2
2026-06-05T02:57:22.0863529Z    Compiling rustls-webpki v0.103.13
2026-06-05T02:57:22.1360759Z    Compiling derive_more-impl v2.1.1
2026-06-05T02:57:23.5385681Z    Compiling rustix v1.1.4
2026-06-05T02:57:23.7447354Z    Compiling darling_macro v0.20.11
2026-06-05T02:57:23.8652237Z    Compiling httparse v1.10.1
2026-06-05T02:57:24.2619059Z    Compiling darling v0.20.11
2026-06-05T02:57:24.3203084Z    Compiling derive_builder_core v0.20.2
2026-06-05T02:57:24.4680739Z    Compiling h2 v0.4.14
2026-06-05T02:57:25.8090733Z    Compiling http-body v1.0.1
2026-06-05T02:57:25.9350677Z    Compiling hybrid-array v0.4.12
2026-06-05T02:57:26.8970836Z    Compiling powerfmt v0.2.0
2026-06-05T02:57:27.1150776Z    Compiling paste v1.0.15
2026-06-05T02:57:27.3244697Z    Compiling base64ct v1.8.3
2026-06-05T02:57:27.6977726Z    Compiling linux-raw-sys v0.12.1
2026-06-05T02:57:27.8010570Z    Compiling derive_more v2.1.1
2026-06-05T02:57:27.9468554Z    Compiling heck v0.5.0
2026-06-05T02:57:28.2130500Z    Compiling pem-rfc7468 v1.0.0
2026-06-05T02:57:28.5950147Z    Compiling deranged v0.5.8
2026-06-05T02:57:30.4740387Z    Compiling derive_builder_macro v0.20.2
2026-06-05T02:57:31.1420584Z    Compiling n0-error-macros v0.1.3
2026-06-05T02:57:31.1875397Z    Compiling spez v0.1.2
2026-06-05T02:57:31.5363892Z    Compiling num-traits v0.2.19
2026-06-05T02:57:31.6547608Z    Compiling memoffset v0.6.5
2026-06-05T02:57:31.7700684Z    Compiling try-lock v0.2.5
2026-06-05T02:57:31.8520052Z    Compiling time-core v0.1.8
2026-06-05T02:57:32.0150741Z    Compiling tinyvec_macros v0.1.1
2026-06-05T02:57:32.0580579Z    Compiling data-encoding v2.11.0
2026-06-05T02:57:32.0980506Z    Compiling thiserror v1.0.69
2026-06-05T02:57:32.3230455Z    Compiling tower-service v0.3.3
2026-06-05T02:57:32.3366841Z    Compiling base64 v0.22.1
2026-06-05T02:57:32.3940544Z    Compiling parking_lot_core v0.9.12
2026-06-05T02:57:32.4170656Z    Compiling num-conv v0.2.2
2026-06-05T02:57:32.6084937Z    Compiling n0-error v0.1.3
2026-06-05T02:57:32.6300798Z    Compiling tinyvec v1.11.0
2026-06-05T02:57:32.7813016Z    Compiling want v0.3.1
2026-06-05T02:57:32.9883511Z    Compiling derive_builder v0.20.2
2026-06-05T02:57:33.0722745Z    Compiling tempfile v3.27.0
2026-06-05T02:57:33.1647875Z    Compiling der v0.8.0-rc.10
2026-06-05T02:57:33.2680534Z    Compiling crypto-common v0.2.2
2026-06-05T02:57:33.6504883Z    Compiling block-buffer v0.12.0
2026-06-05T02:57:33.6660574Z    Compiling vergen-lib v9.1.0
2026-06-05T02:57:33.7710974Z    Compiling n0-future v0.3.2
2026-06-05T02:57:33.8110630Z    Compiling thiserror-impl v1.0.69
2026-06-05T02:57:33.9580621Z    Compiling pin-project-internal v1.1.13
2026-06-05T02:57:35.0120659Z    Compiling inout v0.1.4
2026-06-05T02:57:35.1263919Z    Compiling serial-core v0.4.0
2026-06-05T02:57:35.2748702Z    Compiling ioctl-rs v0.1.6
2026-06-05T02:57:35.3530538Z    Compiling termios v0.2.2
2026-06-05T02:57:35.4586620Z    Compiling diatomic-waker v0.2.3
2026-06-05T02:57:35.4830524Z    Compiling cordyceps v0.3.4
2026-06-05T02:57:35.5040556Z    Compiling spin v0.10.0
2026-06-05T02:57:35.5262403Z    Compiling winnow v1.0.3
2026-06-05T02:57:35.5920348Z    Compiling crossbeam-utils v0.8.21
2026-06-05T02:57:35.6070700Z    Compiling parking v2.2.1
2026-06-05T02:57:35.8130126Z    Compiling httpdate v1.0.3
2026-06-05T02:57:35.9020644Z    Compiling futures-buffered v0.2.13
2026-06-05T02:57:36.0710647Z    Compiling hyper v1.10.1
2026-06-05T02:57:36.1440314Z    Compiling futures-lite v2.6.1
2026-06-05T02:57:36.4340724Z    Compiling pin-project v1.1.13
2026-06-05T02:57:36.4886743Z    Compiling serial-unix v0.4.0
2026-06-05T02:57:36.6830701Z    Compiling cipher v0.4.4
2026-06-05T02:57:36.9680552Z    Compiling spki v0.8.0-rc.4
2026-06-05T02:57:37.1840499Z    Compiling digest v0.11.3
2026-06-05T02:57:37.3852313Z    Compiling netlink-packet-core v0.8.1
2026-06-05T02:57:37.6578458Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-05T02:57:38.2037329Z    Compiling tokio-rustls v0.26.4
2026-06-05T02:57:38.5750511Z    Compiling vergen v9.1.0
2026-06-05T02:57:38.5890542Z    Compiling vergen-lib v0.1.6
2026-06-05T02:57:38.6731908Z    Compiling noq-udp v0.10.0
2026-06-05T02:57:38.6950554Z    Compiling toml_datetime v0.6.11
2026-06-05T02:57:38.7410823Z    Compiling serde_spanned v0.6.9
2026-06-05T02:57:38.8680572Z    Compiling sync_wrapper v1.0.2
2026-06-05T02:57:38.9431012Z    Compiling universal-hash v0.5.1
2026-06-05T02:57:39.0080591Z    Compiling heapless v0.7.17
2026-06-05T02:57:39.0132393Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-05T02:57:39.0220315Z    Compiling aho-corasick v1.1.4
2026-06-05T02:57:39.0410886Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-05T02:57:39.1780730Z    Compiling opaque-debug v0.3.1
2026-06-05T02:57:39.1820410Z    Compiling bitflags v1.3.2
2026-06-05T02:57:39.2205368Z    Compiling either v1.16.0
2026-06-05T02:57:39.2278499Z    Compiling byteorder v1.5.0
2026-06-05T02:57:39.3330684Z    Compiling regex-syntax v0.8.10
2026-06-05T02:57:39.4427910Z    Compiling toml_write v0.1.2
2026-06-05T02:57:39.5160546Z    Compiling winnow v0.7.15
2026-06-05T02:57:39.6680546Z    Compiling pin-utils v0.1.0
2026-06-05T02:57:39.7100131Z    Compiling nix v0.25.1
2026-06-05T02:57:42.1002079Z    Compiling prefix-trie v0.8.4
2026-06-05T02:57:42.5951942Z    Compiling toml_edit v0.22.27
2026-06-05T02:57:43.1131392Z    Compiling regex-automata v0.4.14
2026-06-05T02:57:43.4770605Z    Compiling hash32 v0.2.1
2026-06-05T02:57:43.6684434Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-05T02:57:45.4900771Z    Compiling polyval v0.6.2
2026-06-05T02:57:45.7376985Z    Compiling hyper-util v0.1.20
2026-06-05T02:57:45.7482404Z    Compiling parking_lot v0.12.5
2026-06-05T02:57:46.7990368Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-05T02:57:46.9780857Z    Compiling serial v0.4.0
2026-06-05T02:57:47.0325265Z    Compiling filedescriptor v0.8.3
2026-06-05T02:57:48.0360292Z    Compiling spin v0.9.8
2026-06-05T02:57:48.2740770Z    Compiling vergen-gitcl v1.0.8
2026-06-05T02:57:48.3900516Z    Compiling futures-executor v0.3.32
2026-06-05T02:57:48.5610644Z    Compiling tower-layer v0.3.3
2026-06-05T02:57:48.6370440Z    Compiling signature v3.0.0
2026-06-05T02:57:48.7480619Z    Compiling shell-words v1.1.1
2026-06-05T02:57:48.7530839Z    Compiling downcast-rs v1.2.1
2026-06-05T02:57:48.8170789Z    Compiling num_threads v0.1.7
2026-06-05T02:57:48.8820689Z    Compiling portable-pty v0.8.1
2026-06-05T02:57:48.9500663Z    Compiling ed25519 v3.0.0-rc.4
2026-06-05T02:57:49.3980780Z    Compiling futures v0.3.32
2026-06-05T02:57:49.4461726Z    Compiling time v0.3.47
2026-06-05T02:57:49.7660819Z    Compiling regex v1.12.3
2026-06-05T02:57:49.8601113Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-05T02:57:50.3366740Z    Compiling toml v0.8.23
2026-06-05T02:57:50.9787618Z    Compiling ghash v0.5.1
2026-06-05T02:57:51.0710749Z    Compiling proc-macro-crate v3.5.0
2026-06-05T02:57:51.3500553Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-05T02:57:51.8080561Z    Compiling sha2 v0.11.0-rc.5
2026-06-05T02:57:52.5273132Z    Compiling ctr v0.9.2
2026-06-05T02:57:52.7261150Z    Compiling aes v0.8.4
2026-06-05T02:57:53.1381123Z    Compiling http-body-util v0.1.3
2026-06-05T02:57:53.2470561Z    Compiling cobs v0.3.0
2026-06-05T02:57:53.4301230Z    Compiling netlink-sys v0.8.8
2026-06-05T02:57:53.4750486Z    Compiling postcard-derive v0.2.2
2026-06-05T02:57:53.5810628Z    Compiling aead v0.5.2
2026-06-05T02:57:53.6903538Z    Compiling openssl-probe v0.2.1
2026-06-05T02:57:53.7421538Z    Compiling aes-gcm v0.10.3
2026-06-05T02:57:53.8500790Z    Compiling rustls-native-certs v0.8.4
2026-06-05T02:57:53.9080675Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-05T02:57:54.0900919Z    Compiling postcard v1.1.3
2026-06-05T02:57:54.6220549Z    Compiling num_enum_derive v0.7.6
2026-06-05T02:57:54.6522020Z    Compiling data-encoding-macro v0.1.20
2026-06-05T02:57:54.6971119Z    Compiling tower v0.5.3
2026-06-05T02:57:55.3903879Z    Compiling crossbeam-epoch v0.9.18
2026-06-05T02:57:55.4670705Z    Compiling crossbeam-channel v0.5.15
2026-06-05T02:57:55.8324157Z    Compiling netlink-packet-route v0.29.0
2026-06-05T02:57:55.9220690Z    Compiling strum_macros v0.28.0
2026-06-05T02:57:56.2140678Z    Compiling iroh-metrics-derive v0.4.1
2026-06-05T02:57:56.5700455Z    Compiling noq v0.18.0
2026-06-05T02:57:56.6951989Z    Compiling netwatch v0.16.0
2026-06-05T02:57:56.7750800Z    Compiling enum-assoc v1.3.0
2026-06-05T02:57:56.9020645Z    Compiling async-trait v0.1.89
2026-06-05T02:57:57.6730603Z    Compiling uuid v1.23.2
2026-06-05T02:57:58.1660634Z    Compiling blake3 v1.8.5
2026-06-05T02:57:58.2367750Z    Compiling acto v0.8.2
2026-06-05T02:57:58.3860664Z    Compiling sorted-index-buffer v0.2.1
2026-06-05T02:57:58.4490411Z    Compiling identity-hash v0.1.0
2026-06-05T02:57:58.5270730Z    Compiling tagptr v0.2.0
2026-06-05T02:57:58.5300513Z    Compiling mac-addr v0.3.0
2026-06-05T02:57:58.6757933Z    Compiling xml-rs v0.8.28
2026-06-05T02:57:58.7158409Z    Compiling rustc-hash v2.1.2
2026-06-05T02:57:58.8080330Z    Compiling lru-slab v0.1.2
2026-06-05T02:57:58.9280743Z    Compiling foldhash v0.2.0
2026-06-05T02:57:59.0910632Z    Compiling allocator-api2 v0.2.21
2026-06-05T02:57:59.2550953Z    Compiling ryu v1.0.23
2026-06-05T02:57:59.4500473Z    Compiling iroh-metrics v0.38.3
2026-06-05T02:57:59.6350627Z    Compiling hashbrown v0.16.1
2026-06-05T02:58:00.2070429Z    Compiling xmltree v0.10.3
2026-06-05T02:58:00.4290658Z    Compiling strum v0.28.0
2026-06-05T02:58:00.5139851Z    Compiling noq-proto v0.17.0
2026-06-05T02:58:00.6930370Z    Compiling moka v0.12.15
2026-06-05T02:58:01.0420803Z    Compiling hickory-net v0.26.0-beta.4
2026-06-05T02:58:02.1320774Z    Compiling num_enum v0.7.6
2026-06-05T02:58:02.2089141Z    Compiling tower-http v0.6.11
2026-06-05T02:58:02.7600325Z    Compiling iroh-relay v0.98.0
2026-06-05T02:58:03.0100888Z    Compiling iroh-base v0.98.0
2026-06-05T02:58:03.7910569Z    Compiling netdev v0.42.0
2026-06-05T02:58:04.0812248Z    Compiling rustls-platform-verifier v0.7.0
2026-06-05T02:58:04.2867480Z    Compiling netlink-proto v0.12.0
2026-06-05T02:58:04.6010931Z    Compiling spt-runtime v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-05T02:58:05.0341238Z    Compiling spt-term v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-05T02:58:06.3136426Z    Compiling hyper-rustls v0.27.9
2026-06-05T02:58:06.6350774Z    Compiling n0-watcher v0.6.1
2026-06-05T02:58:06.6472811Z    Compiling netlink-packet-route v0.30.0
2026-06-05T02:58:06.9080418Z    Compiling attohttpc v0.30.1
2026-06-05T02:58:09.1700762Z    Compiling tokio-stream v0.1.18
2026-06-05T02:58:09.3139133Z    Compiling simple-dns v0.9.3
2026-06-05T02:58:09.8970834Z    Compiling arrayvec v0.7.6
2026-06-05T02:58:10.1866941Z    Compiling smol_str v0.1.24
2026-06-05T02:58:10.3980697Z    Compiling simdutf8 v0.1.5
2026-06-05T02:58:10.7000679Z    Compiling constant_time_eq v0.4.2
2026-06-05T02:58:10.8610252Z    Compiling sha1_smol v1.0.1
2026-06-05T02:58:11.1210660Z    Compiling resolv-conf v0.7.6
2026-06-05T02:58:11.5550589Z    Compiling arrayref v0.3.9
2026-06-05T02:58:11.8160864Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-05T02:58:12.3440348Z    Compiling tokio-websockets v0.13.2
2026-06-05T02:58:13.3290780Z    Compiling iroh-dns v0.98.0
2026-06-05T02:58:15.6110712Z    Compiling igd-next v0.17.1
2026-06-05T02:58:16.5430584Z    Compiling reqwest v0.13.4
2026-06-05T02:58:17.1350600Z    Compiling lru v0.16.4
2026-06-05T02:58:17.3450665Z    Compiling webpki-roots v1.0.7
2026-06-05T02:58:17.4483415Z    Compiling iroh v0.98.2
2026-06-05T02:58:17.6659484Z    Compiling hmac v0.12.1
2026-06-05T02:58:17.7923320Z    Compiling serde_bytes v0.11.19
2026-06-05T02:58:17.9560703Z    Compiling seize v0.5.1
2026-06-05T02:58:18.0620718Z    Compiling cmov v0.5.4
2026-06-05T02:58:18.3568815Z    Compiling ctutils v0.4.2
2026-06-05T02:58:18.3591486Z    Compiling papaya v0.2.4
2026-06-05T02:58:18.6670570Z    Compiling hkdf v0.12.4
2026-06-05T02:58:18.8110791Z    Compiling portmapper v0.16.0
2026-06-05T02:58:18.9780439Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-05T02:58:19.8660317Z    Compiling backon v1.6.0
2026-06-05T02:58:20.1330750Z    Compiling spake2 v0.4.0
2026-06-05T02:58:20.4770587Z    Compiling sha1 v0.10.6
2026-06-05T02:58:20.7120986Z    Compiling doctest-file v1.1.1
2026-06-05T02:58:21.1740585Z    Compiling interprocess v2.4.2
2026-06-05T02:58:22.0142590Z    Compiling spt-live v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-05T02:58:22.8578710Z    Compiling utf8parse v0.2.2
2026-06-05T02:58:22.9420372Z    Compiling anstyle-parse v1.0.0
2026-06-05T02:58:23.1252453Z    Compiling anstyle v1.0.14
2026-06-05T02:58:23.1330514Z    Compiling is_terminal_polyfill v1.70.2
2026-06-05T02:58:23.1890883Z    Compiling colorchoice v1.0.5
2026-06-05T02:58:23.2497595Z    Compiling anstyle-query v1.1.5
2026-06-05T02:58:23.2661878Z    Compiling clap_lex v1.1.0
2026-06-05T02:58:23.3240367Z    Compiling clap_derive v4.6.1
2026-06-05T02:58:23.3956196Z    Compiling anstream v1.0.0
2026-06-05T02:58:23.5180987Z    Compiling mock-adapter v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-05T02:58:23.7980444Z    Compiling clap_builder v4.6.0
2026-06-05T02:58:27.4370769Z    Compiling clap v4.6.1
2026-06-05T02:58:44.1222650Z    Compiling spt-net v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-05T02:58:46.1284385Z    Compiling spt-daemon v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-05T02:58:55.8701019Z    Compiling spt v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-05T02:59:35.4132288Z     Finished `dev` profile [unoptimized] target(s) in 2m 49s
2026-06-05T02:59:35.4768200Z ##[group]Run cargo test --workspace
2026-06-05T02:59:35.4768696Z [36;1mcargo test --workspace[0m
2026-06-05T02:59:35.4788046Z shell: /usr/bin/bash -e {0}
2026-06-05T02:59:35.4788426Z ##[endgroup]
2026-06-05T02:59:35.9445915Z     Finished `test` profile [unoptimized] target(s) in 0.43s
2026-06-05T02:59:35.9795019Z      Running unittests src/main.rs (target/debug/deps/mock_session-2d800d14bd17df09)
2026-06-05T02:59:35.9808546Z 
2026-06-05T02:59:35.9808816Z running 0 tests
2026-06-05T02:59:35.9809035Z 
2026-06-05T02:59:35.9809548Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T02:59:35.9810148Z 
2026-06-05T02:59:35.9812549Z      Running unittests src/shell.rs (target/debug/deps/mock_shell-7dbc70ff7f2dfc37)
2026-06-05T02:59:35.9830803Z 
2026-06-05T02:59:35.9831191Z running 0 tests
2026-06-05T02:59:35.9831722Z 
2026-06-05T02:59:35.9832237Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T02:59:35.9832839Z 
2026-06-05T02:59:35.9833361Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-20fc63f348e4715c)
2026-06-05T02:59:35.9845680Z 
2026-06-05T02:59:35.9845926Z running 3 tests
2026-06-05T02:59:35.9867626Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-05T02:59:35.9868220Z test mock_manifest_parses_and_validates ... ok
2026-06-05T02:59:35.9868748Z test mock_has_no_claude_code_conventions ... ok
2026-06-05T02:59:35.9869106Z 
2026-06-05T02:59:35.9869587Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T02:59:35.9870175Z 
2026-06-05T02:59:35.9871149Z      Running unittests src/main.rs (target/debug/deps/spt-ed6eaa8dc9554cc9)
2026-06-05T02:59:35.9909762Z 
2026-06-05T02:59:35.9910249Z running 79 tests
2026-06-05T02:59:35.9927167Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-05T02:59:35.9928261Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-05T02:59:35.9930414Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-05T02:59:35.9931031Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-05T02:59:35.9936547Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-05T02:59:35.9945308Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-05T02:59:35.9954577Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-05T02:59:35.9955555Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-05T02:59:35.9956428Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-05T02:59:35.9957438Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-05T02:59:49.0924852Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-05T02:59:49.1614317Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-05T02:59:49.2688217Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-05T02:59:49.2689119Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-05T02:59:49.2701806Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-05T02:59:49.2702762Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-05T02:59:49.2703603Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-05T02:59:49.2704384Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-05T02:59:49.2838812Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-05T02:59:49.4036775Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-05T02:59:49.4040346Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-05T02:59:49.4045825Z test api::reporting::tests::history_log_appends ... ok
2026-06-05T02:59:49.4047247Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-05T02:59:49.4057132Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-05T02:59:49.4196484Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-05T02:59:49.4632415Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-05T02:59:49.4733026Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-05T02:59:49.4790042Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-05T02:59:49.4859427Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-05T02:59:49.4917374Z test api::startup::tests::missing_seed_refused ... ok
2026-06-05T02:59:49.5044936Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-05T02:59:49.5058382Z test api::tests::adapter_is_required ... ok
2026-06-05T02:59:49.5070233Z test api::tests::state_value_is_validated ... ok
2026-06-05T02:59:49.5114756Z test api::tests::surface_parses ... ok
2026-06-05T02:59:49.5475839Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-05T02:59:49.5534984Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-05T02:59:49.5601467Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-05T02:59:49.5610463Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-05T02:59:49.5623386Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-05T02:59:49.5675082Z test cli::tests::access_subcommands_parse ... ok
2026-06-05T02:59:49.5709892Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-05T02:59:49.5713691Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-05T02:59:49.5717620Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-05T02:59:49.5732502Z test cli::tests::digest_flag_defaults ... ok
2026-06-05T02:59:49.5733504Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-05T02:59:49.5740158Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-05T02:59:49.6252828Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-05T02:59:49.6302871Z test cli::tests::grant_subcommands_parse ... ok
2026-06-05T02:59:49.6324251Z test cli::tests::invalid_usage_errors ... ok
2026-06-05T02:59:49.6331309Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-05T02:59:49.6334547Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-05T02:59:49.6339714Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-05T02:59:49.6377470Z test cli::tests::notify_surface_parses ... ok
2026-06-05T02:59:49.6789999Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-05T02:59:49.6797218Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-05T02:59:49.6820146Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-05T02:59:49.6830440Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-05T02:59:49.6843025Z test cli::tests::ring_timeout_defaults ... ok
2026-06-05T02:59:49.6843912Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-05T02:59:50.1791188Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-05T03:00:06.1918873Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-05T03:00:17.1527454Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-05T03:00:17.1583254Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-05T03:00:17.1617459Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-05T03:00:17.1702747Z test cli::tests::shell_subcommands_parse ... ok
2026-06-05T03:00:17.2809960Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-05T03:00:17.2812843Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-05T03:00:17.3010074Z test cli::tests::subcommands_parse ... ok
2026-06-05T03:00:17.3014427Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-05T03:00:17.3017018Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-05T03:00:17.3018029Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-05T03:00:17.3019679Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-05T03:00:17.3021160Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-05T03:00:17.3027536Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-05T03:00:17.3061348Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-05T03:00:27.4736635Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-05T03:00:27.5051243Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-05T03:00:27.7270596Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-05T03:00:27.8354729Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-05T03:00:27.8363110Z 
2026-06-05T03:00:27.8363669Z test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 51.84s
2026-06-05T03:00:27.8364262Z 
2026-06-05T03:00:27.8387022Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-91433aa8bc1e3586)
2026-06-05T03:00:27.8404425Z 
2026-06-05T03:00:27.8404725Z running 4 tests
2026-06-05T03:00:28.2157332Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-05T03:00:28.2306611Z SEEDED:1568837
2026-06-05T03:00:28.7505378Z test live_agent_lifecycle_e2e ... ok
2026-06-05T03:00:28.8166933Z SEEDED:1568837
2026-06-05T03:00:29.1241548Z test seed_then_listen_binds_and_relays ... ok
2026-06-05T03:00:29.2388866Z test mock_adapter_drives_the_full_contract ... ok
2026-06-05T03:00:29.2389320Z 
2026-06-05T03:00:29.2389733Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.40s
2026-06-05T03:00:29.2390325Z 
2026-06-05T03:00:29.2395780Z      Running tests/shell_e2e.rs (target/debug/deps/shell_e2e-c32ffc3a7945004f)
2026-06-05T03:00:29.2412235Z 
2026-06-05T03:00:29.2412487Z running 1 test
2026-06-05T03:00:29.5876781Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-05T03:00:29.5877301Z 
2026-06-05T03:00:29.5877780Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s
2026-06-05T03:00:29.5878353Z 
2026-06-05T03:00:29.5882529Z      Running tests/shell_sleepwake_e2e.rs (target/debug/deps/shell_sleepwake_e2e-b06f00d4375c231f)
2026-06-05T03:00:29.5900354Z 
2026-06-05T03:00:29.5900692Z running 1 test
2026-06-05T03:00:30.6316377Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-05T03:00:30.6317030Z 
2026-06-05T03:00:30.6317660Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s
2026-06-05T03:00:30.6318301Z 
2026-06-05T03:00:30.6323892Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-e4e66f983eba88ed)
2026-06-05T03:00:30.6362589Z 
2026-06-05T03:00:30.6363018Z running 167 tests
2026-06-05T03:00:30.6367415Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-05T03:00:30.6368249Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-05T03:00:30.6380209Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-05T03:00:30.6382765Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-05T03:00:30.6400594Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-05T03:00:30.6401533Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-05T03:00:30.6402341Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-05T03:00:30.6403036Z test access::tests::gate_decision_table ... ok
2026-06-05T03:00:30.6403730Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-05T03:00:30.6404976Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-05T03:00:30.6405948Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-05T03:00:30.6406714Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-05T03:00:30.6407354Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-05T03:00:30.6408055Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-05T03:00:30.6408779Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-05T03:00:30.6414330Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-05T03:00:30.6415157Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-05T03:00:30.6431118Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-05T03:00:30.6432251Z test config::tests::missing_file_is_default ... ok
2026-06-05T03:00:30.6433035Z test config::tests::save_load_roundtrip ... ok
2026-06-05T03:00:30.6433851Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-05T03:00:30.6434751Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-05T03:00:30.6435757Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-05T03:00:30.6449858Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-05T03:00:30.6451075Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-05T03:00:30.6460342Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-05T03:00:30.6474979Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-05T03:00:30.6475966Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-05T03:00:30.6487813Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-05T03:00:30.6488848Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-05T03:00:30.6513223Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-05T03:00:30.6516270Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-05T03:00:30.6517904Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-05T03:00:30.6519961Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-05T03:00:30.6520851Z test digesthub::tests::render_is_glanceable ... ok
2026-06-05T03:00:30.6521774Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-05T03:00:30.6522800Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-05T03:00:30.6523714Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-05T03:00:30.6528653Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-05T03:00:30.6529695Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-05T03:00:30.6883579Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-05T03:00:30.6899025Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-05T03:00:30.6900620Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-05T03:00:30.6901828Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-05T03:00:30.6902715Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-05T03:00:30.6903490Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-05T03:00:30.6904395Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-05T03:00:30.6905165Z test grants::tests::escalation_answers_apply ... ok
2026-06-05T03:00:30.6906506Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-05T03:00:30.6917023Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-05T03:00:30.6917866Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-05T03:00:30.6918636Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-05T03:00:30.6919616Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-05T03:00:30.6920542Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-05T03:00:30.6983271Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-05T03:00:30.8036377Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-05T03:00:30.8210464Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-05T03:00:30.8745775Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-05T03:00:30.9283020Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-05T03:00:30.9542020Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-05T03:00:30.9774647Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-05T03:00:31.0315141Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-05T03:00:31.0541665Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-05T03:00:31.1075351Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-05T03:00:31.1077240Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-05T03:00:31.1080482Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-05T03:00:31.1081527Z test msg::tests::output_envelope_round_trips ... ok
2026-06-05T03:00:31.1082936Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-05T03:00:31.1083999Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-05T03:00:31.1265375Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-05T03:00:31.1330625Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-05T03:00:31.1589763Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-05T03:00:31.2755809Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-05T03:00:31.4242244Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-05T03:00:31.5294164Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-05T03:00:31.6490734Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-05T03:00:31.9681520Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-05T03:00:31.9894701Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-05T03:00:32.0326168Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-05T03:00:32.1387172Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-05T03:00:32.2088670Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-05T03:00:32.3480058Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-05T03:00:32.4171470Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-05T03:00:32.4741872Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-05T03:00:32.4753342Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-05T03:00:32.4783581Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-05T03:00:32.5034738Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-05T03:00:32.5054257Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-05T03:00:32.5638211Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-05T03:00:32.5764756Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-05T03:00:32.7195851Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-05T03:00:32.7934017Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-05T03:00:32.8897331Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-05T03:00:32.9733929Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-05T03:00:33.0453552Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-05T03:00:33.1161225Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-05T03:00:33.1162396Z test reconcile::tests::active_node_wins ... ok
2026-06-05T03:00:33.1163374Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-05T03:00:33.1168092Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-05T03:00:33.1168819Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-05T03:00:33.2425044Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-05T03:00:33.3208197Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-05T03:00:33.4630386Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-05T03:00:33.4655854Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-05T03:00:33.4665575Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-05T03:00:33.4670618Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-05T03:00:33.4686452Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-05T03:00:33.4714358Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-05T03:00:33.4721251Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-05T03:00:33.4729670Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-05T03:00:33.4741486Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-05T03:00:33.4747811Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-05T03:00:33.4754167Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-05T03:00:33.4755040Z test release::tests::hex_roundtrips ... ok
2026-06-05T03:00:33.4758987Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-05T03:00:33.4781058Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-05T03:00:33.4787093Z test release::tests::revoked_key_is_rejected ... ok
2026-06-05T03:00:33.4792790Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-05T03:00:33.4798676Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-05T03:00:33.4808083Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-05T03:00:33.4809853Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-05T03:00:33.4814969Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-05T03:00:33.4826787Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-05T03:00:33.4827779Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-05T03:00:33.4843419Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-05T03:00:33.5123287Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-05T03:00:33.5125597Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-05T03:00:33.5126567Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-05T03:00:33.6271084Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-05T03:00:33.6322465Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-05T03:00:33.6323325Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-05T03:00:33.7092777Z test relay::tests::run_honors_stop ... ok
2026-06-05T03:00:33.7484489Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-05T03:00:33.7692092Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-05T03:00:33.7699865Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-05T03:00:33.7700638Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-05T03:00:33.7706033Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-05T03:00:33.7754961Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-05T03:00:33.7783562Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-05T03:00:33.7807675Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-05T03:00:33.7819842Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-05T03:00:33.7861303Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-05T03:00:33.7877271Z test seedmap::tests::take_absent_is_none ... ok
2026-06-05T03:00:33.8110054Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-05T03:00:33.8111015Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-05T03:00:33.8111865Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-05T03:00:33.8112613Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-05T03:00:33.8140529Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-05T03:00:33.8147710Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-05T03:00:33.8576406Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-05T03:00:33.8723242Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-05T03:00:33.8738047Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-05T03:00:33.8738949Z test sync::tests::gate_decision_table ... ok
2026-06-05T03:00:33.8922377Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-05T03:00:33.8926626Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-05T03:00:33.8929068Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-05T03:00:33.8929868Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-05T03:00:33.8930624Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-05T03:00:33.8931440Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-05T03:00:33.8932258Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-05T03:00:33.8951933Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-05T03:00:33.8963635Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-05T03:00:33.9030203Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-05T03:00:33.9031003Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-05T03:00:33.9684007Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-05T03:00:33.9834000Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-05T03:00:34.0877247Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-05T03:00:34.0877708Z 
2026-06-05T03:00:34.0891435Z test result: ok. 167 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.45s
2026-06-05T03:00:34.0892044Z 
2026-06-05T03:00:34.0899733Z      Running tests/access.rs (target/debug/deps/access-473ef3d00f0e60b9)
2026-06-05T03:00:34.0934841Z 
2026-06-05T03:00:34.0935293Z running 1 test
2026-06-05T03:00:34.2655209Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-05T03:00:34.2655847Z 
2026-06-05T03:00:34.2656419Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
2026-06-05T03:00:34.2656983Z 
2026-06-05T03:00:34.2674694Z      Running tests/attach.rs (target/debug/deps/attach-e249d3989aa1dfdb)
2026-06-05T03:00:34.2710667Z 
2026-06-05T03:00:34.2711089Z running 3 tests
2026-06-05T03:00:34.3658931Z test attach_registers_remote_drive_detection ... ok
2026-06-05T03:00:34.3685888Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-05T03:00:34.3794763Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-05T03:00:34.3795197Z 
2026-06-05T03:00:34.3795593Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
2026-06-05T03:00:34.3796144Z 
2026-06-05T03:00:34.3833207Z      Running tests/brain_swap.rs (target/debug/deps/brain_swap-b6ecc1d976d124d8)
2026-06-05T03:00:34.3850989Z 
2026-06-05T03:00:34.3851714Z running 1 test
2026-06-05T03:00:34.3879922Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-05T03:00:34.3880532Z 
2026-06-05T03:00:34.3881139Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T03:00:34.3881701Z 
2026-06-05T03:00:34.3883951Z      Running tests/broker.rs (target/debug/deps/broker-4af89658232ca903)
2026-06-05T03:00:34.3901967Z 
2026-06-05T03:00:34.3902271Z running 1 test
2026-06-05T03:00:34.3925254Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-05T03:00:34.3925750Z 
2026-06-05T03:00:34.3926141Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T03:00:34.3926715Z 
2026-06-05T03:00:34.3928781Z      Running tests/budget.rs (target/debug/deps/budget-9c84361f83446561)
2026-06-05T03:00:34.3946916Z 
2026-06-05T03:00:34.3947344Z running 1 test
2026-06-05T03:00:34.3949009Z test measure_dormant_seat_budget ... ok
2026-06-05T03:00:34.3949401Z 
2026-06-05T03:00:34.3949808Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T03:00:34.3950380Z 
2026-06-05T03:00:34.3952195Z      Running tests/daemon_e2e.rs (target/debug/deps/daemon_e2e-f6631c3ec56ffa54)
2026-06-05T03:00:34.3972820Z 
2026-06-05T03:00:34.3973129Z running 1 test
2026-06-05T03:00:35.0286937Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-05T03:00:35.0287425Z 
2026-06-05T03:00:35.0287812Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
2026-06-05T03:00:35.0288376Z 
2026-06-05T03:00:35.0294655Z      Running tests/digest.rs (target/debug/deps/digest-edc70045e9a10ca5)
2026-06-05T03:00:35.0315608Z 
2026-06-05T03:00:35.0315996Z running 1 test
2026-06-05T03:00:35.1197491Z test digest_daemon_half_end_to_end ... ok
2026-06-05T03:00:35.1198048Z 
2026-06-05T03:00:35.1198688Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-05T03:00:35.1199395Z 
2026-06-05T03:00:35.1204522Z      Running tests/dispatch.rs (target/debug/deps/dispatch-3f6d5e012ea4b19b)
2026-06-05T03:00:35.1239318Z 
2026-06-05T03:00:35.1239787Z running 8 tests
2026-06-05T03:00:35.2463155Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-05T03:00:35.3529691Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-05T03:00:35.4491209Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-05T03:00:35.5450420Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-05T03:00:35.9646321Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-05T03:00:36.0094753Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-05T03:00:36.1526636Z test dispatcher_surfaces_a_remote_won_notif_at_the_winning_node ... FAILED
2026-06-05T03:00:36.2462055Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-05T03:00:36.2462497Z 
2026-06-05T03:00:36.2462629Z failures:
2026-06-05T03:00:36.2462806Z 
2026-06-05T03:00:36.2463186Z ---- dispatcher_surfaces_a_remote_won_notif_at_the_winning_node stdout ----
2026-06-05T03:00:36.2463770Z 
2026-06-05T03:00:36.2464525Z thread 'dispatcher_surfaces_a_remote_won_notif_at_the_winning_node' (1569850) panicked at crates/spt-daemon/tests/dispatch.rs:617:5:
2026-06-05T03:00:36.2465554Z the surfacing node owns the marks
2026-06-05T03:00:36.2466219Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-05T03:00:36.2466740Z 
2026-06-05T03:00:36.2466746Z 
2026-06-05T03:00:36.2466897Z failures:
2026-06-05T03:00:36.2467395Z     dispatcher_surfaces_a_remote_won_notif_at_the_winning_node
2026-06-05T03:00:36.2467916Z 
2026-06-05T03:00:36.2468373Z test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.12s
2026-06-05T03:00:36.2469024Z 
2026-06-05T03:00:36.2810165Z error: test failed, to rerun pass `-p spt-daemon --test dispatch`
2026-06-05T03:00:36.2933999Z ##[error]Process completed with exit code 101.
2026-06-05T03:00:36.3168694Z Post job cleanup.
2026-06-05T03:00:36.4452201Z [command]/usr/bin/git version
2026-06-05T03:00:36.4508187Z git version 2.34.1
2026-06-05T03:00:36.4555024Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/9b030beb-d688-4567-a95e-68fb8c3c058f/.gitconfig'
2026-06-05T03:00:36.4579909Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/9b030beb-d688-4567-a95e-68fb8c3c058f' before making global git config changes
2026-06-05T03:00:36.4581387Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T03:00:36.4588702Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T03:00:36.4641710Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T03:00:36.4688144Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T03:00:36.4942722Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T03:00:36.4968938Z http.https://github.com/.extraheader
2026-06-05T03:00:36.4984186Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-05T03:00:36.5031158Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T03:00:36.5317002Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T03:00:36.5365567Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T03:00:36.5827045Z Cleaning up orphan processes
2026-06-05T03:00:36.6449974Z Terminate orphan process: pid (1569410) (sleep)
2026-06-05T03:00:36.6486968Z Terminate orphan process: pid (1569412) (sleep)
